Quote:
|
Originally Posted by Hazer
Hi, I had the same problem but I managed to work it out,
(for virtualbox-ose)
go to terminal and type in "uname -r" which will tell you your kernel version. so if my kernel was "2.6.24-19-generic" to get virtualbox working I would type:
Code:
sudo apt-get install virtualbox-ose-modules-2.6.24-19-generic
after that just go to system --> administration --> users and groups, click unlock and type in your password. Then press manage groups and find the group vboxusers, select it and click properties then just tick your username and root and click ok. now logout and log back in and virtualbox should work!
|
I figured that much.
I did it myself and it didn't worked.
After using apt-get do it, it did work. Strange.
I usually use the terminal to add new users, it's faster.
For virtualbox I used this:
Code:
sudo adduser username vboxusers
--
I know the difference between the open source version and the closed one.
The open source on does all I need it to do.